+2000-12-05 Elliot Lee <sopwith@redhat.com>
+ * gdk/gdkcolor.h: Make GdkColor specify element sizes
+ to avoid waste on 64-bit platforms.
+
Tue Dec 5 15:49:31 2000 Owen Taylor <otaylor@redhat.com>
* INSTALL: Fix link to PNG home, remove reference
+2000-12-05 Elliot Lee <sopwith@redhat.com>
+ * gdk/gdkcolor.h: Make GdkColor specify element sizes
+ to avoid waste on 64-bit platforms.
+
Tue Dec 5 15:49:31 2000 Owen Taylor <otaylor@redhat.com>
* INSTALL: Fix link to PNG home, remove reference
+2000-12-05 Elliot Lee <sopwith@redhat.com>
+ * gdk/gdkcolor.h: Make GdkColor specify element sizes
+ to avoid waste on 64-bit platforms.
+
Tue Dec 5 15:49:31 2000 Owen Taylor <otaylor@redhat.com>
* INSTALL: Fix link to PNG home, remove reference
+2000-12-05 Elliot Lee <sopwith@redhat.com>
+ * gdk/gdkcolor.h: Make GdkColor specify element sizes
+ to avoid waste on 64-bit platforms.
+
Tue Dec 5 15:49:31 2000 Owen Taylor <otaylor@redhat.com>
* INSTALL: Fix link to PNG home, remove reference
+2000-12-05 Elliot Lee <sopwith@redhat.com>
+ * gdk/gdkcolor.h: Make GdkColor specify element sizes
+ to avoid waste on 64-bit platforms.
+
Tue Dec 5 15:49:31 2000 Owen Taylor <otaylor@redhat.com>
* INSTALL: Fix link to PNG home, remove reference
+2000-12-05 Elliot Lee <sopwith@redhat.com>
+ * gdk/gdkcolor.h: Make GdkColor specify element sizes
+ to avoid waste on 64-bit platforms.
+
Tue Dec 5 15:49:31 2000 Owen Taylor <otaylor@redhat.com>
* INSTALL: Fix link to PNG home, remove reference
+2000-12-05 Elliot Lee <sopwith@redhat.com>
+ * gdk/gdkcolor.h: Make GdkColor specify element sizes
+ to avoid waste on 64-bit platforms.
+
Tue Dec 5 15:49:31 2000 Owen Taylor <otaylor@redhat.com>
* INSTALL: Fix link to PNG home, remove reference
*/
struct _GdkColor
{
- gulong pixel;
- gushort red;
- gushort green;
- gushort blue;
+ guint32 pixel;
+ guint16 red;
+ guint16 green;
+ guint16 blue;
};
/* The colormap type.